home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
spline11
/
splinapp.frm
< prev
next >
Wrap
Text File
|
1995-08-31
|
19KB
|
696 lines
VERSION 2.00
Begin Form Form1
BackColor = &H00FFFFFF&
Caption = "This is Splinal App!"
ClientHeight = 6630
ClientLeft = 2745
ClientTop = 1800
ClientWidth = 5970
Height = 7035
Icon = SPLINAPP.FRX:0000
Left = 2685
LinkMode = 1 'Source
LinkTopic = "Form1"
ScaleHeight = 6630
ScaleWidth = 5970
Top = 1455
Width = 6090
Begin CommandButton btnAbout
Caption = "&About..."
Height = 435
Left = 4410
TabIndex = 27
Top = 6090
Width = 1275
End
Begin CommandButton btnExit
Caption = "E&xit"
Height = 435
Left = 2940
TabIndex = 24
Top = 5535
Width = 1275
End
Begin CommandButton btnReset
Caption = "&Reset"
Height = 435
Left = 4410
TabIndex = 9
Top = 5535
Width = 1275
End
Begin Frame ParameterFrame
BackColor = &H00FFFFFF&
Caption = "Parameters"
Height = 2025
Left = 2910
TabIndex = 17
Top = 3255
Width = 2775
Begin SpinButton spinBias
Delay = 50
Enabled = 0 'False
Height = 285
Left = 2415
Top = 1440
Width = 225
End
Begin SpinButton spinTension
Delay = 50
Enabled = 0 'False
Height = 285
Left = 2415
Top = 1080
Width = 225
End
Begin SpinButton spinResolution
Delay = 50
Height = 285
Left = 2415
Top = 720
Width = 225
End
Begin TextBox txtBias
Enabled = 0 'False
Height = 285
Left = 1680
TabIndex = 8
Top = 1440
Width = 750
End
Begin TextBox txtTension
Enabled = 0 'False
Height = 285
Left = 1680
TabIndex = 7
Top = 1080
Width = 750
End
Begin TextBox txtResolution
Height = 285
Left = 1680
TabIndex = 6
Top = 720
Width = 750
End
Begin Label lblNumPointsLabel
Alignment = 1 'Right Justify
BackColor = &H00FFFFFF&
Caption = "Number of Points:"
Height = 285
Left = 15
TabIndex = 23
Top = 360
Width = 1575
End
Begin Label lblResolution
Alignment = 1 'Right Justify
BackColor = &H00FFFFFF&
Caption = "Resolution:"
Height = 240
Left = 15
TabIndex = 22
Top = 720
Width = 1605
End
Begin Label lblTension
Alignment = 1 'Right Justify
BackColor = &H00FFFFFF&
Caption = "Tension:"
Enabled = 0 'False
Height = 270
Left = 15
TabIndex = 21
Top = 1080
Width = 1575
End
Begin Label lblBias
Alignment = 1 'Right Justify
BackColor = &H00FFFFFF&
Caption = "Bias:"
Enabled = 0 'False
Height = 270
Left = 15
TabIndex = 20
Top = 1440
Width = 1575
End
Begin Label lblNumPoints
Caption = "###"
Height = 285
Left = 1680
TabIndex = 19
Top = 360
Width = 960
End
End
Begin Frame TypeFrame
BackColor = &H00FFFFFF&
Caption = "Curve Type"
Height = 2685
Left = 315
TabIndex = 11
Top = 3255
Width = 2535
Begin PictureBox picCurveColor
Height = 255
Index = 6
Left = 1950
ScaleHeight = 225
ScaleWidth = 345
TabIndex = 18
Top = 710
Width = 375
End
Begin CheckBox chkCurveType
BackColor = &H00FFFFFF&
Caption = "Control &Points"
Height = 255
Index = 6
Left = 120
TabIndex = 4
Top = 710
Value = 1 'Checked
Width = 1575
End
Begin PictureBox picCurveColor
Height = 255
Index = 5
Left = 1950
ScaleHeight = 225
ScaleWidth = 345
TabIndex = 16
Top = 2160
Width = 375
End
Begin CommonDialog CMDialog1
Left = 1890
Top = 2415
End
Begin CheckBox chkCurveType
BackColor = &H00FFFFFF&
Caption = "&Tau"
Height = 255
Index = 5
Left = 120
TabIndex = 5
Top = 2160
Width = 1095
End
Begin PictureBox picCurveColor
Height = 255
Index = 4
Left = 1950
ScaleHeight = 225
ScaleWidth = 345
TabIndex = 15
Top = 1800
Width = 375
End
Begin CheckBox chkCurveType
BackColor = &H00FFFFFF&
Caption = "B&eta"
Height = 255
Index = 4
Left = 120
TabIndex = 3
Top = 1800
Width = 1215
End
Begin PictureBox picCurveColor
Height = 255
Index = 3
Left = 1950
ScaleHeight = 225
ScaleWidth = 345
TabIndex = 14
Top = 1440
Width = 375
End
Begin CheckBox chkCurveType
BackColor = &H00FFFFFF&
Caption = "&Bspline"
Height = 255
Index = 3
Left = 120
TabIndex = 2
Top = 1440
Width = 1215
End
Begin PictureBox picCurveColor
Height = 255
Index = 2
Left = 1950
ScaleHeight = 225
ScaleWidth = 345
TabIndex = 13
Top = 1080
Width = 375
End
Begin CheckBox chkCurveType
BackColor = &H00FFFFFF&
Caption = "Be&zier"
Height = 255
I